Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2103-T13-3] Linky Time #45

Open
wants to merge 671 commits into
base: master
Choose a base branch
from

Conversation

xMashedxTomatox
Copy link

The app provides a one stop platform for students to organize their Zoom/online meeting links so that they can view all their upcoming events. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2022

Codecov Report

Merging #45 (8a3f4eb) into master (4f7660a) will increase coverage by 0.14%.
The diff coverage is 78.57%.

@@             Coverage Diff              @@
##             master      #45      +/-   ##
============================================
+ Coverage     72.15%   72.30%   +0.14%     
- Complexity      399      580     +181     
============================================
  Files            70       94      +24     
  Lines          1232     1903     +671     
  Branches        125      205      +80     
============================================
+ Hits            889     1376     +487     
- Misses          311      449     +138     
- Partials         32       78      +46     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...n/java/seedu/address/commons/core/GuiSettings.java 69.23% <ø> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...dress/logic/commands/module/ListModuleCommand.java 0.00% <0.00%> (ø)
.../seedu/address/model/meeting/UrlOpenerManager.java 0.00% <0.00%> (ø)
.../model/meeting/exceptions/InvalidUrlException.java 0.00% <0.00%> (ø)
...eeting/exceptions/UnsupportedDesktopException.java 0.00% <0.00%> (ø)
.../java/seedu/address/model/util/SampleDataUtil.java 10.34% <0.00%> (-9.66%) ⬇️
...ain/java/seedu/address/storage/JsonAdaptedTag.java 66.66% <0.00%> (-33.34%) ⬇️
... and 63 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f7660a...8a3f4eb. Read the comment docs.

xMashedxTomatox and others added 29 commits March 30, 2022 17:37
Add archive command and update UI to change between archive and upcoming
Fix URL validation regex and text wrapping
NatalieTanML and others added 30 commits April 10, 2022 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants